home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / misc / libx11inc.lha / X11 / Xm / TextFSelP.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-02-13  |  1.2 KB  |  47 lines

  1. /* 
  2.  * (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
  3.  * ALL RIGHTS RESERVED
  4. */ 
  5. /*   $RCSfile: TextFSelP.h,v $ $Revision: 1.9 $ $Date: 92/05/14 12:58:52 $ */
  6. /*
  7. *  (c) Copyright 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
  8.  
  9. #ifndef _XmTextFSelP_h
  10. #define _XmTextFSelP_h
  11.  
  12. #include <Xm/XmP.h>
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. /********    Private Function Declarations    ********/
  19. #ifdef _NO_PROTO
  20.  
  21. extern Boolean _XmTextFieldConvert() ;
  22. extern void _XmTextFieldLoseSelection() ;
  23.  
  24. #else
  25.  
  26. extern Boolean _XmTextFieldConvert( 
  27.                         Widget w,
  28.                         Atom *selection,
  29.                         Atom *target,
  30.                         Atom *type,
  31.                         XtPointer *value,
  32.                         unsigned long *length,
  33.                         int *format) ;
  34. extern void _XmTextFieldLoseSelection( 
  35.                         Widget w,
  36.                         Atom *selection) ;
  37.  
  38. #endif /* _NO_PROTO */
  39. /********    End Private Function Declarations    ********/
  40.  
  41. #ifdef __cplusplus
  42. }  /* Close scope of 'extern "C"' declaration which encloses file. */
  43. #endif
  44.  
  45. #endif /* _XmTextFSelP_h */
  46. /* DON't ADD STUFF AFTER THIS #endif */
  47.